home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 July / Chip_2003-07_cd1.bin / oddech / srp / Stress Relief Paintball.exe / scripts / DefineButton2_294 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2002-07-26  |  181 b   |  10 lines

  1. on(release){
  2.    if(_root.blnInPlay == true)
  3.    {
  4.       _root.shots = _root.levshots;
  5.       _root.blnFire = true;
  6.       _root.sndReload.play();
  7.       gotoAndStop(1);
  8.    }
  9. }
  10.